func golang.org/x/sys/unix.pread
2 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L175: n, err = pread(fd, p, offset)
zsyscall_linux_amd64.go#L239: func pread(fd int, p []byte, offset int64) (n int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)